2008-09-08 Cosimo Cecchi <cosimoc@gnome.org>
Bug 551325 - Reference to wrong parameter in gtk_editable_insert_text
* gtk/gtkeditable.c: Fix a reference to an invalid parameter in the
docs.
svn path=/trunk/; revision=21324
+2008-09-08 Cosimo Cecchi <cosimoc@gnome.org>
+
+ Bug 551325 - Reference to wrong parameter in gtk_editable_insert_text
+
+ * gtk/gtkeditable.c: Fix a reference to an invalid parameter in the
+ docs.
+
2008-09-08 Paolo Borelli <pborelli@katamail.com>
* gtk/gtkfilechooserentry.c (install_start_autocompletion_idle):
* @new_text_length: the text to append
* @position: position text will be inserted at
*
- * Appends @new_text_length characters of @text to the contents of the widget,
+ * Appends @new_text_length characters of @new_text to the contents of the widget,
* at position @position. Note that this position is in characters, not in bytes.
**/
void